--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 569e77c8769375b67daa0f697dbadac2e7e3373d
Parents : 91a0879
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-04-13T20:56:06-05:00
feat(globalState): add message_waiting_bubble_color to enhance message status indication
Changes
Diff
diff --git a/meshchatx/src/frontend/js/GlobalState.js b/meshchatx/src/frontend/js/GlobalState.js
index 1f0f8bdd..40b6e902 100644
--- a/meshchatx/src/frontend/js/GlobalState.js
+++ b/meshchatx/src/frontend/js/GlobalState.js
@@ -19,6 +19,7 @@ const globalState = reactive({
message_outbound_bubble_color: "#4f46e5",
message_inbound_bubble_color: null,
message_failed_bubble_color: "#ef4444",
+ message_waiting_bubble_color: "#e5e7eb",
},
});
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────